home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 May
/
macformat-024.iso
/
Demos
/
DTP
/
HomePublisher Demo
/
AHP Pouch
/
Additions
/
Settings
/
Display Guides On⁄Off
/
Display Guides On_Off
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-09-29
|
398 b
|
26 lines
on Startup
if displayGuides = True then
set displayGuides to false
else
set displayGuides to True
end if
end Startup
on help
put dialog (preload, 128) into thedialog
put "---a\0" into item2
put "---a\1" into item3
put "---a\2" into item4
repeat forever
get dialog(display, thedialog)
if (it = 1) then exit repeat
end repeat
get dialog(dispose, thedialog)
end help